runtime.traceBufHeader.lastTime (field)
8 uses
runtime (current package)
trace.go#L232: lastTime traceTime // when we wrote the last event
trace.go#L803: if ts <= buf.lastTime {
trace.go#L804: ts = buf.lastTime + 1
trace.go#L806: tsDiff := uint64(ts - buf.lastTime)
trace.go#L807: buf.lastTime = ts
trace.go#L1079: if ts <= bufp.lastTime {
trace.go#L1080: ts = bufp.lastTime + 1
trace.go#L1082: bufp.lastTime = ts
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |